home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dialog / dialogs / dialogs.txt < prev   
Text File  |  1992-07-03  |  1KB  |  30 lines

  1.                         COMMON DIALOGS MADE IN VB
  2.  
  3.  
  4. Author:   Costas Kitsos
  5. Contact:  CompuServe 73667,1755
  6. Date:     July 4, 1992
  7. Revision: 1.00.00
  8.  
  9. DIALOGS demonstrates calling the Windows 3.1 Common Dialogs of File Open,
  10. File Save, Printer Setup, Font Selection, and Color Selection directly from
  11. your Visual Basic Applications.  To use these Common Dialogs you don't need
  12. a Custom Control or DLL.  DIALOGS requires Windows 3.1.
  13.  
  14. Files included:
  15.  
  16.            DIALOGS.MAK     VB Make file         56 bytes
  17.            DIALOGS.FRM     VB Form file       8855 bytes
  18.            DIALOGS.BAS     VB Global Module   8774 bytes
  19.  
  20. To see the demo, load the project in VB and choose run.  From the "Demo" menu
  21. select the demo you want to see.  The File Open, File Save demo to not open
  22. or save any files.  They simply print out the selected filename.  The Printer
  23. demos do not print any files but simply return the selected options.  The
  24. Font demo shows the newly selected font and the Color demo shows the newly
  25. selected color.
  26.  
  27. I hope you find this demo useful.  Enjoy!
  28.  
  29. Costas
  30.